現在のストリームから一連の要素をターゲットバッファに読み取り、読み取ったバイト数だけストリーム内の位置を進めます。
シンタックス
'宣言
Public Overloads Function ReadRange(Of As {New, Struct})( _
ByVal () As , _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public System.int ReadRange<>(
[] ,
System.int ,
System.int
)
where T: new(), struct
パラメータ
- buffer
- ストリームから読み取られる値の配列。
- offset
- 現在のストリームから読み取られたデータの格納を開始するバッファ内の 0 から始まるバイトオフセット。
- count
- 現在のストリームから読み取られる値の数。
型パラメータ
- T
戻り値の型
ストリームから読み取られたバイト数。
例外
例外 | 解説 |
System.NotSupportedException | このストリームは読み取りをサポートしていません。 |
参照